home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / Other Stuff / Sphynx Software-Gifts / card_13957.txt < prev    next >
Encoding:
Text File  |  1988-05-03  |  1.5 KB  |  78 lines

  1. -- card: 13957 from stack: in
  2. -- bmap block id: 16888
  3. -- flags: 0000
  4. -- background id: 2775
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=385 top=208 right=230 bottom=485
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: More
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   put "I am an idiot" into card field 2
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 3 (button)
  28. -- low flags: 00
  29. -- high flags: 8000
  30. -- rect: left=384 top=30 right=52 bottom=484
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Asylum
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   go to card id 14638
  42. end mouseUp
  43.  
  44.  
  45.  
  46.  
  47. -- part 4 (field)
  48. -- low flags: 01
  49. -- high flags: 0000
  50. -- rect: left=380 top=26 right=177 bottom=491
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 0
  54. -- font id: 3
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: 
  59. ----- HyperTalk script -----
  60. on mouseup
  61.   delete line 1 of card field 2
  62.   go card ID 14638
  63. end mouseup
  64.  
  65.  
  66. -- part 5 (field)
  67. -- low flags: 00
  68. -- high flags: 0000
  69. -- rect: left=387 top=189 right=208 bottom=483
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 0
  73. -- font id: 3
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: 
  78.